home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / exams / advanced / printdoc.bat < prev    next >
DOS Batch File  |  1994-08-21  |  498b  |  17 lines

  1. echo off
  2. cls
  3. echo You are about to copy the documentation to your printer
  4. pause
  5. echo Printing......
  6. copy *.LST prn
  7. copy *.DOC prn
  8. copy *.txt prn
  9. copy read*.* prn
  10. copy manual*.* prn
  11. copy readme.*.* prn
  12. echo All done. Ignore any "File Not Found" error statements that
  13. echo might have appeared on your screen. These are normal and should
  14. echo not cause you any concern. Be sure to read all instuctions that
  15. echo you have just printed out before attempting to run the program.
  16. echo on
  17.